Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Thrustmaster Hotas X axis order #251

Open
wants to merge 1 commit into
base: bleeding-edge
Choose a base branch
from

Conversation

Greviste
Copy link

This specific joystick model does not use Rx and Ry, which makes proton naively forward Rz as Rx and U as Ry (as it works purely off axis index). For some games that recognise the joystick, this means they will try to read the wrong axis and ignore the active ones.
This is the case for Nuclear Option, which uses Rewired for input handling. I suspect it could be the case for all games that use this library.

I made a local fix to be able to properly play, and I figured I could at least try to share it in case it helps other people too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant